func testing.toOutputDir

6 uses

	testing (current package)
		testing.go#L2498: 		f, err := os.Create(toOutputDir(*cpuProfile))
		testing.go#L2511: 		f, err := os.Create(toOutputDir(*traceFile))
		testing.go#L2594: 		f, err := os.Create(toOutputDir(*memProfile))
		testing.go#L2607: 		f, err := os.Create(toOutputDir(*blockProfile))
		testing.go#L2619: 		f, err := os.Create(toOutputDir(*mutexProfile))
		testing.go#L2637: func toOutputDir(path string) string {